PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextSearchOptions Class / CASE_INSENSITIVE_SEARCH Field
In This Topic
    CASE_INSENSITIVE_SEARCH Field
    In This Topic
    Case-insensitive search, it is the default search. Can be combined with WHOLE_WORD_SEARCH and ACCENT_INSENSITIVE_SEARCH or ACCENT_SENSITIVE_SEARCH.
    Syntax
    public int CASE_INSENSITIVE_SEARCH
    See Also